revealer: Fix a typo in a function doc
authorDaniel Boles <dboles@src.gnome.org>
Mon, 9 Jan 2017 22:34:30 +0000 (22:34 +0000)
committerDaniel Boles <dboles@src.gnome.org>
Mon, 9 Jan 2017 22:44:46 +0000 (22:44 +0000)
Also, "ie" wasn't very clear, but fixing that to "i.e." would cause
truncation of the summary when processed by bindings using doxygen. So,
I replaced it with "in other words", which is no _less_ clear, at least.

gtk/gtkrevealer.c

index 15c3c51e1cc8b35d2a9f6ae71f68e1022c42f93d..4c30ac78387cf45ac802098ea9516968a1f7af74 100644 (file)
@@ -711,7 +711,7 @@ gtk_revealer_get_reveal_child (GtkRevealer *revealer)
  * gtk_revealer_get_child_revealed:
  * @revealer: a #GtkRevealer
  *
- * Returns whether the child is fully revealed, ie wether
+ * Returns whether the child is fully revealed, in other words whether
  * the transition to the revealed state is completed.
  *
  * Returns: %TRUE if the child is fully revealed